func crypto/internal/fips140/mlkem.samplePolyCBD
11 uses
crypto/internal/fips140/mlkem (current package)
field.go#L395: func samplePolyCBD(s []byte, b byte) ringElement {
mlkem1024.go#L228: s[i] = ntt(samplePolyCBD(σ, N))
mlkem1024.go#L233: e[i] = ntt(samplePolyCBD(σ, N))
mlkem1024.go#L361: r[i] = ntt(samplePolyCBD(rnd, N))
mlkem1024.go#L365: e1[i] = samplePolyCBD(rnd, N)
mlkem1024.go#L368: e2 := samplePolyCBD(rnd, N)
mlkem768.go#L287: s[i] = ntt(samplePolyCBD(σ, N))
mlkem768.go#L292: e[i] = ntt(samplePolyCBD(σ, N))
mlkem768.go#L420: r[i] = ntt(samplePolyCBD(rnd, N))
mlkem768.go#L424: e1[i] = samplePolyCBD(rnd, N)
mlkem768.go#L427: e2 := samplePolyCBD(rnd, N)
 |
The pages are generated with Golds v0.8.4. (GOOS=linux GOARCH=amd64)
Golds is a Go 101 project developed by Tapir Liu.
PR and bug reports are welcome and can be submitted to the issue list.
Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |